Goto

Collaborating Authors

 Webb County


Baby spider monkeys rescued in Texas

Popular Science

Animal traffickers face up to 20 years in prison and a $250,000 fine. Breakthroughs, discoveries, and DIY tips sent every weekday. It should go without saying, but please don't smuggle spider monkeys. While responding to a human trafficking case earlier this year, United States Border Patrol agents in Laredo, Texas, found two of these tiny primates . The driver failed to yield and fled the scene, leading officers to respond.


ICE arrests illegal immigrant accused of brutal tire iron attack, sexual assault of Texas woman

FOX News

This material may not be published, broadcast, rewritten, or redistributed. Quotes displayed in real-time or delayed by at least 15 minutes. Market data provided by Factset . Powered and implemented by FactSet Digital Solutions . Mutual Fund and ETF data provided by Refinitiv Lipper .


Inside CORE-KG: Evaluating Structured Prompting and Coreference Resolution for Knowledge Graphs

Meher, Dipak, Domeniconi, Carlotta

arXiv.org Artificial Intelligence

Human smuggling networks are increasingly adaptive and difficult to analyze. Legal case documents offer critical insights but are often unstructured, lexically dense, and filled with ambiguous or shifting references, which pose significant challenges for automated knowledge graph (KG) construction. While recent LLM-based approaches improve over static templates, they still generate noisy, fragmented graphs with duplicate nodes due to the absence of guided extraction and coreference resolution. The recently proposed CORE-KG framework addresses these limitations by integrating a type-aware coreference module and domain-guided structured prompts, significantly reducing node duplication and legal noise. In this work, we present a systematic ablation study of CORE-KG to quantify the individual contributions of its two key components. Our results show that removing coreference resolution results in a 28.25% increase in node duplication and a 4.32% increase in noisy nodes, while removing structured prompts leads to a 4.29% increase in node duplication and a 73.33% increase in noisy nodes. These findings offer empirical insights for designing robust LLM-based pipelines for extracting structured representations from complex legal texts.


XplainAct: Visualization for Personalized Intervention Insights

Zhang, Yanming, Hegde, Krishnakumar, Mueller, Klaus

arXiv.org Artificial Intelligence

Stony Brook University Figure 1: The XplainAct interface, illustrated here using the opioid dataset. Causality helps people reason about and understand complex systems, particularly through what-if analyses that explore how interventions might alter outcomes. Although existing methods embrace causal reasoning using interventions and counterfactual analysis, they primarily focus on effects at the population level. These approaches often fall short in systems characterized by significant heterogeneity, where the impact of an intervention can vary widely across subgroups. To address this challenge, we present XplainAct, a visual analytics framework that supports simulating, explaining, and reasoning interventions at the individual level within subpopulations. We demonstrate the effectiveness of XplainAct through two case studies: investigating opioid-related deaths in epidemiology and analyzing voting inclinations in the presidential election. The advances in machine learning and artificial intelligence in recent years have created a growing need for tools that can effectively support the understanding and modification of complex systems. Traditional analytical methods, which rely on correlation, merely observe how variables tend to change together.


CORE-KG: An LLM-Driven Knowledge Graph Construction Framework for Human Smuggling Networks

Meher, Dipak, Domeniconi, Carlotta, Correa-Cabrera, Guadalupe

arXiv.org Artificial Intelligence

Human smuggling networks are increasingly adaptive and difficult to analyze. Legal case documents offer valuable insights but are unstructured, lexically dense, and filled with ambiguous or shifting references-posing challenges for automated knowledge graph (KG) construction. Existing KG methods often rely on static templates and lack coreference resolution, while recent LLM-based approaches frequently produce noisy, fragmented graphs due to hallucinations, and duplicate nodes caused by a lack of guided extraction. We propose CORE-KG, a modular framework for building interpretable KGs from legal texts. It uses a two-step pipeline: (1) type-aware coreference resolution via sequential, structured LLM prompts, and (2) entity and relationship extraction using domain-guided instructions, built on an adapted GraphRAG framework. CORE-KG reduces node duplication by 33.28%, and legal noise by 38.37% compared to a GraphRAG-based baseline-resulting in cleaner and more coherent graph structures. These improvements make CORE-KG a strong foundation for analyzing complex criminal networks.


Deep Learning in Renewable Energy Forecasting: A Cross-Dataset Evaluation of Temporal and Spatial Models

Sua, Lutfu, Wang, Haibo, Huang, Jun

arXiv.org Artificial Intelligence

Unpredictability of renewable energy sources coupled with the complexity of those methods used for various purposes in this area calls for the development of robust methods such as DL models within the renewable energy domain. Given the nonlinear relationships among variables in renewable energy datasets, DL models are preferred over traditional machine learning (ML) models because they can effectively capture and model complex interactions between variables. This research aims to identify the factors responsible for the accuracy of DL techniques, such as sampling, stationarity, linearity, and hyperparameter optimization for different algorithms. The proposed DL framework compares various methods and alternative training/test ratios. Seven ML methods, such as Long-Short Term Memory (LSTM), Stacked LSTM, Convolutional Neural Network (CNN), CNN-LSTM, Deep Neural Network (DNN), Multilayer Perceptron (MLP), and Encoder-Decoder (ED), were evaluated on two different datasets. The first dataset contains the weather and power generation data. It encompasses two distinct datasets, hourly energy demand data and hourly weather data in Spain, while the second dataset includes power output generated by the photovoltaic panels at 12 locations. This study deploys regularization approaches, including early stopping, neuron dropping, and L2 regularization, to reduce the overfitting problem associated with DL models. The LSTM and MLP models show superior performance. Their validation data exhibit exceptionally low root mean square error values.


Geometric Machine Learning on EEG Signals

Choi, Benjamin J.

arXiv.org Artificial Intelligence

Brain-computer interfaces (BCIs) offer transformative potential, but decoding neural signals presents significant challenges. The core premise of this paper is built around demonstrating methods to elucidate the underlying low-dimensional geometric structure present in high-dimensional brainwave data in order to assist in downstream BCI-related neural classification tasks. We demonstrate two pipelines related to electroencephalography (EEG) signal processing: (1) a preliminary pipeline removing noise from individual EEG channels, and (2) a downstream manifold learning pipeline uncovering geometric structure across networks of EEG channels. We conduct preliminary validation using two EEG datasets and situate our demonstration in the context of the BCI-relevant imagined digit decoding problem. Our preliminary pipeline uses an attention-based EEG filtration network to extract clean signal from individual EEG channels. Our primary pipeline uses a fast Fourier transform, a Laplacian eigenmap, a discrete analog of Ricci flow via Ollivier's notion of Ricci curvature, and a graph convolutional network to perform dimensionality reduction on high-dimensional multi-channel EEG data in order to enable regularizable downstream classification. Our system achieves competitive performance with existing signal processing and classification benchmarks; we demonstrate a mean test correlation coefficient of >0.95 at 2 dB on semi-synthetic neural denoising and a downstream EEG-based classification accuracy of 0.97 on distinguishing digit- versus non-digit thoughts. Results are preliminary and our geometric machine learning pipeline should be validated by more extensive follow-up studies; generalizing these results to larger inter-subject sample sizes, different hardware systems, and broader use cases will be crucial.


Renewable Energy Prediction: A Comparative Study of Deep Learning Models for Complex Dataset Analysis

Wang, Haibo, Huang, Jun, Sua, Lutfu, Alidaee, Bahram

arXiv.org Artificial Intelligence

The increasing focus on predicting renewable energy production aligns with advancements in deep learning (DL). The inherent variability of renewable sources and the complexity of prediction methods require robust approaches, such as DL models, in the renewable energy sector. DL models are preferred over traditional machine learning (ML) because they capture complex, nonlinear relationships in renewable energy datasets. This study examines key factors influencing DL technique accuracy, including sampling and hyperparameter optimization, by comparing various methods and training and test ratios within a DL framework. Seven machine learning methods, LSTM, Stacked LSTM, CNN, CNN-LSTM, DNN, Time-Distributed MLP (TD-MLP), and Autoencoder (AE), are evaluated using a dataset combining weather and photovoltaic power output data from 12 locations. Regularization techniques such as early stopping, neuron dropout, L1 and L2 regularization are applied to address overfitting. The results demonstrate that the combination of early stopping, dropout, and L1 regularization provides the best performance to reduce overfitting in the CNN and TD-MLP models with larger training set, while the combination of early stopping, dropout, and L2 regularization is the most effective to reduce the overfitting in CNN-LSTM and AE models with smaller training set.


Whistleblowers claim Border Patrol surveillance cameras 'out of service' as GOP demands answers from DHS

FOX News

Fox News host Sean Hannity calls out Vice President Kamala Harris' far-left policies ahead of the November election on'Hannity.' Over the last year, Fox News correspondents Bill Melguin and Griff Jenkins have been following complaints from Border Patrol sources that many of the crucial remote surveillance cameras in multiple sectors along the southern border have not been operational. U.S. House of Representatives Homeland Security Committee Republicans say whistleblowers came forward to the committee last week, claiming that "some of the busiest Southwest border sectors have nearly 50 or more cameras offline with multiple towers that have been out of service for more than a year." On Wednesday, the House Homeland Security Committee sent a letter to Department of Homeland Security (DHS) Secretary Alejandro Mayorkas, claiming that whistleblowers came forward to the committee last week with concerning information on this issue. The letter from Republicans to Mayorkas demanded answers.


Border Patrol facing large-scale surveillance camera outage with 'significant impacts': report

FOX News

Former National Border Patrol Council President Brandon Judd on border agents threatening to leave if Kamala Harris wins the presidential election and explains agents' frustrations with the Biden-Harris administration. The Border Patrol is facing a large-scale outage of security cameras at the southern border with a memo reportedly warning it is having "significant impacts" on operations in apprehending migrants, although officials note there are other layers of security in place as well. NBC News reported that an October memo said nearly one-third of cameras, roughly 150 of 500 cameras on surveillance towers, were out due to technical issues. "The nationwide issue is having significant impacts on [Border Patrol] operations," the memo said. The Remote Video Surveillance Systems are nearly 15 years old and are used to monitor areas of the border without the need for regular on the ground patrols.